Vcenter Vm Guest Filesystem Files Summary
The Vcenter Vm Guest Filesystem Files Summary schema describes a file or directory in the guest operating system returned by a POST /vcenter/vm/{vm}/guest/filesystem/files?action=list operation.
This schema was added in vSphere API 7.0.2.0.
{
"filename": "string",
"type": "string",
"size": 0
}
The name of the file or directory with any leading directories removed.
This property was added in vSphere API 7.0.2.0.
The type of file.
For more information see: Vcenter Vm Guest Filesystem Files Type.
This property was added in vSphere API 7.0.2.0.
The file size in bytes.
This property was added in vSphere API 7.0.2.0.